home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 October / EnigmA AMIGA RUN 22 (1997)(G.R. Edizioni)(IT)[!][issue 1997-10 & 11][EAR-CD VI].iso / recent2 / scaler.rdm < prev    next >
Text File  |  1997-09-12  |  2KB  |  55 lines

  1. Short:        Bars & Pipes Accessory/Tool for scaling control change messages.
  2. Author:       Richard Hagen (R.Hagen@mailbox.uq.edu.au)
  3. Uploader:     Richard Hagen (R.Hagen@mailbox.uq.edu.au)
  4. Version:      1.0 (8 September 1997)
  5. Type:         mus/midi
  6. Requires:     Bars and Pipes Professional
  7. Distribution: Freely distributable by anyone, anywhere.
  8.  
  9. NAME: A Bars and Pipes Accessory/Tool for scaling control change messages.
  10.  
  11. Version: 1.0 (8 September 1997)
  12.  
  13. Author: Richard Hagen
  14.     R.Hagen@mailbox.uq.edu.au
  15.  
  16. Distribution: Freeware. See the copyright notice in scaler.c.
  17.  
  18. Requirements for running:
  19.     Bars and Pipes professional.
  20.  
  21. Requirements for recompiling:
  22.     DICE (or some other C compiler)
  23.     bars.h and toolstart.c from the Rules for Tools package.
  24.     
  25. Usage:
  26.     This is a normal tool, which can be used anywhere in Bars and Pipes.
  27.     Scaler takes control change messages and scales them into some
  28.     specified range.
  29.  
  30.     It is controlled by three gadgets:
  31.  
  32.     CC# (proportional gadget, range [0 .. 127])
  33.         Selects the control change number that is to be scaled.
  34.  
  35.     Min (proportional gadget, range [0 .. 127])
  36.         The minimum end of the range to scale into.
  37.  
  38.     Max (proportional gadget, range [0 .. 127])
  39.         The maximum end of the range to scale into.
  40.  
  41.     If the minimum value is less than the maximum, the range is
  42.     inverted.
  43.  
  44. Useful for:
  45.     Combining with my CCCC tool and controlling voice parameters
  46.     in a cyclic fashion.
  47.  
  48. History:
  49.     Version 1.0 (8 September 1997)
  50.     Initial release.
  51.  
  52. richard
  53. R.Hagen@mailbox.uq.edu.au
  54. 8 September 1997
  55.